<feed xmlns='http://www.w3.org/2005/Atom'>
<title>{non-gerrit}/qt-labs/nacl.git/bin, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/nacl.git/'/>
<entry>
<title>Declarative building infrastructure.</title>
<updated>2009-11-04T03:58:07+00:00</updated>
<author>
<name>Warwick Allison</name>
<email>warwick.allison@nokia.com</email>
</author>
<published>2009-11-04T03:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/nacl.git/commit/?id=714f255d1da79c8824531fdea580d2ad7364e00b'/>
<id>714f255d1da79c8824531fdea580d2ad7364e00b</id>
<content type='text'>
Does nothing if no declarative directories installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Does nothing if no declarative directories installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>setcepaths: add support for wincewm65professional-msvc200? mkspecs</title>
<updated>2009-10-19T12:16:01+00:00</updated>
<author>
<name>Joerg Bornemann</name>
<email>joerg.bornemann@nokia.com</email>
</author>
<published>2009-10-19T05:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/nacl.git/commit/?id=09df1c7c0ebb944f2581779d2e029c16014ddec1'/>
<id>09df1c7c0ebb944f2581779d2e029c16014ddec1</id>
<content type='text'>
Reviewed-by: mauricek
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: mauricek
</pre>
</div>
</content>
</entry>
<entry>
<title>Move selfsigned cert &amp; key out of root directory</title>
<updated>2009-09-25T12:30:55+00:00</updated>
<author>
<name>Shane Kearns</name>
<email>shane.kearns@sosco.com</email>
</author>
<published>2009-09-25T12:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/nacl.git/commit/?id=a39f17108e43e8b676738c15d8f0c150787de514'/>
<id>a39f17108e43e8b676738c15d8f0c150787de514</id>
<content type='text'>
Moved the certificate/key to the src/s60installs path.
Updated createpackage.pl to look in this new location.

Task-number: QTBUG-4553
Reviewed-by: axis
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved the certificate/key to the src/s60installs path.
Updated createpackage.pl to look in this new location.

Task-number: QTBUG-4553
Reviewed-by: axis
</pre>
</div>
</content>
</entry>
<entry>
<title>Update patch_capabilities.pl help to be a little bit clearer</title>
<updated>2009-09-25T09:06:29+00:00</updated>
<author>
<name>Iain</name>
<email>qt-info@nokia.com</email>
</author>
<published>2009-09-24T15:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/nacl.git/commit/?id=3df37bbf2bf3e4f3745496c21353015de80d0a5c'/>
<id>3df37bbf2bf3e4f3745496c21353015de80d0a5c</id>
<content type='text'>
I certainly didn't read it well enough to notice I needed the third
parameter with template pkg files.

Reviewed-by: Jason Barron
(cherry picked from commit 36304a764fb4ee0cc7cc26033c05c8d70c87b4b5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I certainly didn't read it well enough to notice I needed the third
parameter with template pkg files.

Reviewed-by: Jason Barron
(cherry picked from commit 36304a764fb4ee0cc7cc26033c05c8d70c87b4b5)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make syncqt order headers deterministically.</title>
<updated>2009-09-25T04:19:14+00:00</updated>
<author>
<name>Jason McDonald</name>
<email>jason.mcdonald@nokia.com</email>
</author>
<published>2009-09-25T04:19:14+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/nacl.git/commit/?id=9ff18885e24529d43b9a0be2da863d1f52741789'/>
<id>9ff18885e24529d43b9a0be2da863d1f52741789</id>
<content type='text'>
Syncqt was relying on the order that headers appear in the filesystem.
That order is effectively non-deterministic, meaning that the files
generated when running syncqt on different copies of the same source are
very hard to compare.

For example, when generating source packages for the same sha1 twice in
a row, you would expect to get identical source packages, but you don't
because each packaging run downlaods the source tree from git, thus
randomizing the order of files on the filesystem.

This commit forces syncqt to be deterministic by making it sort each
directory it reads before it processes the directory.

On a side note: syncqt should probably be using Perl's File::Find
function instead of recursing through directories itself.

Reviewed-by: Lincoln Ramsay
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Syncqt was relying on the order that headers appear in the filesystem.
That order is effectively non-deterministic, meaning that the files
generated when running syncqt on different copies of the same source are
very hard to compare.

For example, when generating source packages for the same sha1 twice in
a row, you would expect to get identical source packages, but you don't
because each packaging run downlaods the source tree from git, thus
randomizing the order of files on the filesystem.

This commit forces syncqt to be deterministic by making it sort each
directory it reads before it processes the directory.

On a side note: syncqt should probably be using Perl's File::Find
function instead of recursing through directories itself.

Reviewed-by: Lincoln Ramsay
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to support Qt 4.4-style Phonon includes in Qt.</title>
<updated>2009-09-23T12:45:24+00:00</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago.macieira@nokia.com</email>
</author>
<published>2009-09-23T12:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/nacl.git/commit/?id=0cb5038a3e5d3a6b0c33d081b89c6fe47cfc0b1b'/>
<id>0cb5038a3e5d3a6b0c33d081b89c6fe47cfc0b1b</id>
<content type='text'>
This introduces an undocumented "phonon_compat" subdir and also adds
it to the INCLUDEPATH when QT += phonon is specified. With this, these
styles of #includes should be supported:

 #include &lt;Phonon&gt;
 #include &lt;Phonon/Phonon&gt;
 #include &lt;phonon&gt;
 #include &lt;phonon/phonon&gt;
 #include &lt;Phonon/MediaObject&gt;
 #include &lt;phonon/mediaobject.h&gt;

Still need to check if the headers get installed during "make
install". I couldn't find where in our code that is done.

BT: yes
Reviewed-By: Trust Me
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces an undocumented "phonon_compat" subdir and also adds
it to the INCLUDEPATH when QT += phonon is specified. With this, these
styles of #includes should be supported:

 #include &lt;Phonon&gt;
 #include &lt;Phonon/Phonon&gt;
 #include &lt;phonon&gt;
 #include &lt;phonon/phonon&gt;
 #include &lt;Phonon/MediaObject&gt;
 #include &lt;phonon/mediaobject.h&gt;

Still need to check if the headers get installed during "make
install". I couldn't find where in our code that is done.

BT: yes
Reviewed-By: Trust Me
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix permissions on files in bin directory.</title>
<updated>2009-09-22T09:11:54+00:00</updated>
<author>
<name>Jason McDonald</name>
<email>jason.mcdonald@nokia.com</email>
</author>
<published>2009-09-22T09:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/nacl.git/commit/?id=7216d50dced93a93b4f1aab905dbad62e516ea2d'/>
<id>7216d50dced93a93b4f1aab905dbad62e516ea2d</id>
<content type='text'>
Reviewed-by: Trust Me
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Trust Me
</pre>
</div>
</content>
</entry>
<entry>
<title>Update license headers again.</title>
<updated>2009-09-09T04:29:13+00:00</updated>
<author>
<name>Jason McDonald</name>
<email>jason.mcdonald@nokia.com</email>
</author>
<published>2009-09-09T04:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/nacl.git/commit/?id=04e3b306115b1a4631032e3ce5b79cc78145365b'/>
<id>04e3b306115b1a4631032e3ce5b79cc78145365b</id>
<content type='text'>
Reviewed-by: Trust Me
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Trust Me
</pre>
</div>
</content>
</entry>
<entry>
<title>Createpackage support for signing SIS with multiple certificates.</title>
<updated>2009-09-07T09:48:18+00:00</updated>
<author>
<name>Janne Anttila</name>
<email>janne.anttila@digia.com</email>
</author>
<published>2009-09-07T09:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/nacl.git/commit/?id=1cac9a68bab207cab3fd3790baec4569a0acd385'/>
<id>1cac9a68bab207cab3fd3790baec4569a0acd385</id>
<content type='text'>
This commit extends createpackage with capability to sign the SIS
file with several certificates. The certificates need to be listed
in text file. The file can have several certificates, each specified in
separate line. The certificate, key and passphrase in line must be ';'
separated. Lines starting with '#' are treated as a comments. Also
empty lines in the file are ignored. The paths in certificate info file
can be absolute or relative to the given file.

Example syntax for certificateinfo file (mycerts.txt):

    # This is comment line, also the empty lines are ignored
    rd.cer;rd-key.pem
    .\cert\mycert.cer;.\cert\mykey.key;yourpassword
    X:\QtS60\selfsigned.cer;X:\QtS60\selfsigned.key

To use this file the creatapackage has to be invokes as follows:

    createpackage.pl -c=mycerts.txt templatepkg release-armv5

Reviewed-by: Shane Kearns
Reviewed-by: Miikka Heikkinen
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit extends createpackage with capability to sign the SIS
file with several certificates. The certificates need to be listed
in text file. The file can have several certificates, each specified in
separate line. The certificate, key and passphrase in line must be ';'
separated. Lines starting with '#' are treated as a comments. Also
empty lines in the file are ignored. The paths in certificate info file
can be absolute or relative to the given file.

Example syntax for certificateinfo file (mycerts.txt):

    # This is comment line, also the empty lines are ignored
    rd.cer;rd-key.pem
    .\cert\mycert.cer;.\cert\mykey.key;yourpassword
    X:\QtS60\selfsigned.cer;X:\QtS60\selfsigned.key

To use this file the creatapackage has to be invokes as follows:

    createpackage.pl -c=mycerts.txt templatepkg release-armv5

Reviewed-by: Shane Kearns
Reviewed-by: Miikka Heikkinen
</pre>
</div>
</content>
</entry>
<entry>
<title>Update license headers</title>
<updated>2009-09-04T07:22:44+00:00</updated>
<author>
<name>Jason McDonald</name>
<email>jason.mcdonald@nokia.com</email>
</author>
<published>2009-09-04T07:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/nacl.git/commit/?id=d2bb4091aee12af369d9f45395c45e8ef3aef20f'/>
<id>d2bb4091aee12af369d9f45395c45e8ef3aef20f</id>
<content type='text'>
Reviewed-by: Trust Me
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Trust Me
</pre>
</div>
</content>
</entry>
</feed>
